ArcPad Style File Schema
EXACT Element
See Also  Send comments on this topic.
ArcPad Style File Schema > SYMBOLOGY Element > VALUEMAPRENDERER Element : EXACT Element

Glossary Item Box

Diagram

TRUETYPEMARKERSYMBOL Element SIMPLEPOLYGONSYMBOL Element SIMPLEMARKERSYMBOL Element SIMPLELINESYMBOL Element RASTERMARKERSYMBOL Element RASTERFILLSYMBOL Element GROUPSYMBOL Element COMPLEXPOLYGONSYMBOL Element COMPLEXLINESYMBOL Element Sequence EXACT Element

Overview

EXACT 1..∞
label optional xs:string
value optional xs:string
The value associated with the text.
Sequence
COMPLEXLINESYMBOL
Used to symbolize line features. Provides additional symbology options beyond SIMPLELINESYMBOL.
COMPLEXPOLYGONSYMBOL
Used to symbolize polygon features. Provides additional symbology options beyond SIMPLEPOLYGONSYMBOL.
GROUPSYMBOL
Used to symbolize features with multiple symbols acting as a single symbol (e.g., a freeway line symbol consists of a group of 3 line symbols).
RASTERFILLSYMBOL
Symbolizes polygon features using the specified image as a fill symbol.
RASTERMARKERSYMBOL
Symbolizes point features using the specified raster image.
SIMPLELINESYMBOL
Used to symbolize line features.
SIMPLEMARKERSYMBOL
Used to symbolize point features using one of the predefined symbol types: circle, square, cross, triangle, star, X, or diamond.
SIMPLEPOLYGONSYMBOL
Used to symbolize polygon features.
TRUETYPEMARKERSYMBOL
Used to symbolize point features using TrueType symbols.

Attributes

NameTypeUseDefaultFixedDescription
labelxs:stringoptional   
valuexs:stringoptional  The value associated with the text.

Source

<xs:element name="EXACT" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="COMPLEXLINESYMBOL" />
      <xs:element ref="COMPLEXPOLYGONSYMBOL" />
      <xs:element ref="GROUPSYMBOL" />
      <xs:element ref="RASTERFILLSYMBOL" />
      <xs:element ref="RASTERMARKERSYMBOL" />
      <xs:element ref="SIMPLELINESYMBOL" />
      <xs:element ref="SIMPLEMARKERSYMBOL" />
      <xs:element ref="SIMPLEPOLYGONSYMBOL" />
      <xs:element ref="TRUETYPEMARKERSYMBOL" />
    </xs:sequence>
    <xs:attribute ref="label">
      <xs:annotation>
        <xs:documentation>Label for legend.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="value">
      <xs:annotation>
        <xs:documentation>Values used for matching records in a selected field. Can be a numeric, string, or date value.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.